| Overload | Description |
|---|---|
| BinarySearch(T) | Searches the entire sorted ListBase<T> for an element using the default comparer and returns the zero-based index of the element. |
| BinarySearch(T,IComparer<T>) | Searches the entire sorted ListBase<T> for an element using the default comparer and returns the zero-based index of the element. |
| BinarySearch(Int32,Int32,T,IComparer<T>) | Searches the entire sorted ListBase<T> for an element using the default comparer and returns the zero-based index of the element. |